Clean up physdev.h public header.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 19 Mar 2009 10:24:48 +0000 (10:24 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 19 Mar 2009 10:24:48 +0000 (10:24 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/include/public/physdev.h

index 41f3c376495f9e299f46ba0b27fccc9362692f78..cb7e4d469bc992c6b0d0f4191f88752e69956b43 100644 (file)
@@ -183,7 +183,16 @@ struct physdev_manage_pci {
 typedef struct physdev_manage_pci physdev_manage_pci_t;
 DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_t);
 
-#define PHYSDEVOP_manage_pci_add_ext    20
+#define PHYSDEVOP_restore_msi            19
+struct physdev_restore_msi {
+    /* IN */
+    uint8_t bus;
+    uint8_t devfn;
+};
+typedef struct physdev_restore_msi physdev_restore_msi_t;
+DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t);
+
+#define PHYSDEVOP_manage_pci_add_ext     20
 struct physdev_manage_pci_ext {
     /* IN */
     uint8_t bus;
@@ -199,15 +208,6 @@ struct physdev_manage_pci_ext {
 typedef struct physdev_manage_pci_ext physdev_manage_pci_ext_t;
 DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_ext_t);
 
-#define PHYSDEVOP_restore_msi            19
-struct physdev_restore_msi {
-    /* IN */
-    uint8_t bus;
-    uint8_t devfn;
-};
-typedef struct physdev_restore_msi physdev_restore_msi_t;
-DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t);
-
 /*
  * Argument to physdev_op_compat() hypercall. Superceded by new physdev_op()
  * hypercall since 0x00030202.